Skip to content

Conversation

serhiidedik
Copy link
Contributor

ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/2.7/get-pip.py instead.

ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/2.7/get-pip.py instead.
@chegewara
Copy link
Contributor

python 2.7 is end of life, so what is purpose to use pip for 2.7?

@me-no-dev
Copy link
Member

maybe something like:

wget https://bootstrap.pypa.io/get-pip.py && \
sudo python3 get-pip.py && \
sudo pip3 install pyserial

@me-no-dev me-no-dev merged commit 5da4a47 into espressif:master Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants